'Declaration
<DispIdAttribute(2)> ReadOnly Property CurrentPage As Integer
[DispId(2)] int CurrentPage {get;}
read-only property CurrentPage: Integer;
DispIdAttribute(2)
function get CurrentPage : int
[DispId(2)]
__property int get_CurrentPage();
[DispId(2)] property int CurrentPage { int get(); }